home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / Kant Pro source Folder / Kant Pro 1.1 ƒ / kode new / kant build meat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-19  |  785 b   |  15 lines  |  [TEXT/MMCC]

  1. extern    Str15            gRefLeading, gInstantLeading;
  2.  
  3. void DealWithBuildMouseUp(WindowPtr theWindow, Point thePoint);
  4. void DealWithBuildContentClick(WindowPtr theWindow, Point thePoint);
  5. void DealWithArrowClick(WindowPtr theWindow, short lineNum);
  6. void DoShowHideAll(WindowPtr theWindow, Boolean isShow);
  7. void HighlightLine(TEHandle hTE, short lineNum);
  8. Boolean RefHighlightedQQ(WindowPtr theWindow);
  9. Boolean RefClosedQQ(WindowPtr theWindow);
  10. Boolean AddNameToTE(TEHandle hTE, Str255 theName, Boolean isRef);
  11. void GetHighlightedString(WindowPtr theWindow, Str255 theStr);
  12. short GetNextInstantiationOffset(WindowPtr theWindow);
  13. void GetStringFromLine(WindowPtr theWindow, Str255 theStr, short lineNum);
  14. void GetRefNameFromInstantiation(WindowPtr theWindow, Str255 refName, short *stringIndex);
  15.